projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caa5786
)
(debug-ignored-errors): Update the regexps for
author
Richard M. Stallman
<rms@gnu.org>
Tue, 22 Apr 1997 22:02:49 +0000
(22:02 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 22 Apr 1997 22:02:49 +0000
(22:02 +0000)
the dabbrev error messages
lisp/bindings.el
patch
|
blob
|
history
diff --git
a/lisp/bindings.el
b/lisp/bindings.el
index 66a8c511d55940e5f22aec965b5880be9bda6ad8..40a9ae1b7dfbf25d1f6208053bd3eea61b0447cb 100644
(file)
--- a/
lisp/bindings.el
+++ b/
lisp/bindings.el
@@
-154,9
+154,8
@@
is okay. See `mode-line-format'.")
"^Current buffer has no process$"
;; dabbrev
- "^No dynamic expansion for \".*\" found\\.$"
- "^No further dynamic expansions for \".*\" found\\.$"
- "^No further dynamic expansions for `.*' found$"
+ "^No dynamic expansion for .* found$"
+ "^No further dynamic expansion for .* found$"
;; Completion
"^To complete, the point must be after a symbol at least [0-9]* character long\\.$"